home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 4 / BBS in a Box - Macintosh - Volume IV (January 1992) (BBS in a Box).iso / Files / Game / H-L / IONS2.cpt / IONS2 Folder / ions2 / card_16793.txt < prev    next >
Encoding:
Text File  |  1991-10-04  |  2.6 KB  |  134 lines

  1. -- card: 16793 from stack: in
  2. -- bmap block id: 17098
  3. -- flags: 0000
  4. -- background id: 2647
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 2000
  11. -- rect: left=56 top=144 right=174 bottom=304
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 0 / 0
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: b1
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   global response
  23.   global tries
  24.   global lastClick
  25.  
  26.   if the seconds - lastClick < 4 then exit mouseup
  27.   else put the seconds into lastClick
  28.   put 1 into response
  29.   add 1 to tries
  30.   put tries into background field "try"
  31.   check
  32. end mouseUp
  33.  
  34.  
  35.  
  36. -- part 2 (button)
  37. -- low flags: 00
  38. -- high flags: 2000
  39. -- rect: left=56 top=177 right=208 bottom=302
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 1
  43. -- font id: 0
  44. -- text size: 12
  45. -- style flags: 0
  46. -- line height: 16
  47. -- part name: b2
  48. ----- HyperTalk script -----
  49. on mouseUp
  50.   global response
  51.   global tries
  52.   global lastClick
  53.  
  54.   if the seconds - lastClick < 4 then exit mouseup
  55.   else put the seconds into lastClick
  56.   put 2 into response
  57.   add 1 to tries
  58.   put tries into background field "try"
  59.   check
  60. end mouseUp
  61.  
  62.  
  63.  
  64. -- part 3 (button)
  65. -- low flags: 00
  66. -- high flags: 2000
  67. -- rect: left=58 top=210 right=241 bottom=303
  68. -- title width / last selected line: 0
  69. -- icon id / first selected line: 0 / 0
  70. -- text alignment: 1
  71. -- font id: 0
  72. -- text size: 12
  73. -- style flags: 0
  74. -- line height: 16
  75. -- part name: b3
  76. ----- HyperTalk script -----
  77. on mouseUp
  78.   global response
  79.   global tries
  80.   global lastClick
  81.  
  82.   if the seconds - lastClick < 4 then exit mouseup
  83.   else put the seconds into lastClick
  84.   put 3 into response
  85.   add 1 to tries
  86.   put tries into background field "try"
  87.   check
  88. end mouseUp
  89.  
  90.  
  91.  
  92. -- part 4 (button)
  93. -- low flags: 00
  94. -- high flags: 2000
  95. -- rect: left=59 top=245 right=276 bottom=304
  96. -- title width / last selected line: 0
  97. -- icon id / first selected line: 0 / 0
  98. -- text alignment: 1
  99. -- font id: 0
  100. -- text size: 12
  101. -- style flags: 0
  102. -- line height: 16
  103. -- part name: b4
  104. ----- HyperTalk script -----
  105. on mouseUp
  106.   global response
  107.   global tries
  108.   global lastClick
  109.  
  110.   if the seconds - lastClick < 4 then exit mouseup
  111.   else put the seconds into lastClick
  112.   put 4 into response
  113.   add 1 to tries
  114.   put tries into background field "try"
  115.   check
  116. end mouseUp
  117.  
  118.  
  119.  
  120. -- part contents for background part 19
  121. ----- text -----
  122. 1
  123.  
  124. -- part contents for background part 17
  125. ----- text -----
  126. 1
  127.  
  128. -- part contents for background part 1
  129. ----- text -----
  130. 4
  131.  
  132. -- part contents for background part 18
  133. ----- text -----
  134. CORRECT!